Skip to content

Comments

Jank test: allow specifying remote port#32

Open
jagerman wants to merge 6 commits intosession-foundation:devfrom
jagerman:jank-test-port
Open

Jank test: allow specifying remote port#32
jagerman wants to merge 6 commits intosession-foundation:devfrom
jagerman:jank-test-port

Conversation

@jagerman
Copy link
Member

12345 was hard-coded, but that's a bit annoying: this allows adding :8888 (or whatever you want) to control the mapped remote port.

12345 was hard-coded, but that's a bit annoying: this allows adding
`:8888` (or whatever you want) to control the mapped remote port.
@jagerman jagerman force-pushed the jank-test-port branch 2 times, most recently from 2bdfbd5 to 498a5e5 Compare February 23, 2026 21:22
For 21+, we have to ensure we don't use system oxenc because clang 21
breaks in all sorts of ways with the system fmt 10.

It appears that we also need the associated llvm-N package installed for
the build to succeed, so this adds that as well.
Some components are using WITH_LTO and others are using USE_LTO, and so
we can end up with a static library needing LTO linking to one that
doesn't, which leads to build failures (particularly with clang).
We don't declare libevent a PUBLIC link target, and so we mustn't
include its headers in .hpp files.  This fixes it with forward
declarations/typedef in the .hpp, moving the actual includes to the
cpp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant